object DebugForm: TDebugForm Left = 18 Top = 193 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Debug' ClientHeight = 526 ClientWidth = 999 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object messageGrid: TStringGrid Left = 8 Top = 8 Width = 985 Height = 305 DefaultRowHeight = 17 FixedCols = 0 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing] ParentFont = False TabOrder = 0 ColWidths = ( 155 204 488 92 37) end object OKButton: TButton Left = 916 Top = 495 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True TabOrder = 1 OnClick = OKButtonClick end object ControlStateMemo: TMemo Left = 8 Top = 320 Width = 353 Height = 201 Lines.Strings = ( 'ControlStateMemo') TabOrder = 2 end end